@charset "utf-8";
@font-face{font-family:'FontAwesome';src:url(fonts/fontawesome-webfont.eot?v=4.1.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular)format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: transparent;
    color: black
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, sumary {
    margin: 0;
    padding: 0;
    font-family: FontAwesome;
}
body, button, input, select, textarea {
    font: 12px FontAwesome, "Microsoft YaHei", 微软雅黑, \5b8b\4f53, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}
ol, ul {
    list-style: none
}
input, select, textarea {
    font-size: 100%;
    -webkit-appearance: none;
    appearance:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
th {
    text-align: inherit
}
caption, th {
    text-align: left
}
fieldset, img {
    border: 0
}
img{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
optgroup {
    font-weight: bold
}
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer
}
audio, canvas, progress, video {
    display: inline-block
}
progress {
    vertical-align: baseline
}
mark {
    background-color: #ff0;
    color: #000
}
iframe {
    display: block
}
abbr, acronym {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
del {
    text-decoration: line-through
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}
q:before, q:after {
    content: ''
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
a:hover {
    text-decoration: underline
}
ins, a {
    text-decoration: none!important
}
a {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    -moz-tap-highlight-color: rgba(255, 0, 0, 0);
    -ms-tap-highlight-color: rgba(255, 0, 0, 0);
    tap-highlight-color: rgba(255, 0, 0, 0);
    -webkit-touch-callout: none;
    touch-callout: none
}
a:focus, *:focus {
    outline: 0
}
a:active, a:hover {
    outline-width: 0
}
a, a:visited, a:link {
    color: #666;
}
a:hover {
    color: #f00;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both;
    overflow: hidden
}
.clearfix {
    zoom: 1
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden
}
.hide {
    display: none
}
.block {
    display: block
}
.fl, .fr {
    display: inline
}
.fl {
    float: left
}
.fr {
    float: right
}

.content-layout{
  width: 1200px;
  margin: 0 auto;
}

.content {
  width: 100%;
  overflow-x: hidden;
  /*background-color: #f1fcfe;*/
  background-color: #fff;
}

.header {
width: 100%;
height: 120px;
text-align: center;
background-color: #f1fcfe;
background-image: url(../images/pc/header.jpg);
background-position: center;
background-repeat: no-repeat;
} 

.header .content-layout{
height: 120px;
background-image: url(../images/pc/header.jpg);
background-position: -630px center;
background-repeat: no-repeat;
display: flex;
justify-content: space-between;
}

.header .logo{
float: left;
margin-top: 15px;
margin-left: 30px;
}

.header .search-box{
float: left;
width: 150px;
height: 36px;
margin: 38px 0 0 10px;
color: #029fa6;
border-radius: 5px;
border: 1px solid #029fa6;
}

.header .search-box input{
float: left;
height: 36px;
margin: 0 0 0 10px;
line-height: 36px;
border: none;
color: #029fa6;
background: none;
font-size: 15px;
width: 115px;
}

.header .search-box .icon{
float: left;
width: 20px;
height: 20px;
margin: 8px 0 0 0;
background-image: url(../images/pc/icon_09.png);
background-position:  center;
background-repeat: no-repeat;
background-size: cover;
}
.header-right-wrap {
    width: 430px;
}
.header .feature{
position: relative;
float: left;
height: 34px;
margin: 36px 0 0 10px;
font-size: 13px;
line-height: 40px;
color: #029fa6;
}

.header .feature img{
    vertical-align: middle;
}
.header .feature img.wechat{
    width: 20px;
    }

.header .break{
    float: left;
    margin: 40px 0 0 10px;
    height: 15px;
    font-size: 13px;
    line-height: 33px;
    color: #029fa6;
}

.header .feature:hover{
    text-decoration: none;
}

.header .feature:hover .qr-code{
    display: block;
}

.header .feature .qr-code{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #029fa6;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #029fa6;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #029fa6;
}   

.nav {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 20px;
  background-color: #029fa6;
}

.nav .content-layout{
    display: flex;
    justify-content:space-around;
}

.nav li {
    display: block;
}

.nav li a {
    height: 30px;
    line-height: 40px;
    padding: 10px 0px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
.nav li a:hover {
    color: #bfe9cb;
}

.nav li.active a{
    border-bottom: 3px solid #fff;
}
.top-banner {
   position: relative;
  width: 100%;
  height: 320px;
  background-color: #ccc;
}
.top-banner img {
        display: block;
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
.banner {
  position: relative;
  width: 680px;
  height: 450px;
  overflow: hidden;
  background-color: #ccc;
}

    .banner img {
        display: block;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    #arrow {
        position: absolute;
        width: 100px;
        bottom: 10px;
        left: 50%;
        text-align: center;
        margin-left: -50px;
    }
    #arrow li {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin: 0 3px;
        background-color: #d5dbd6;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    #arrow li.active {
        background-color: #c95122;
    }

.attend{
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #f9f9f9;
}

  .attend .icon{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    margin-left: 0px;
  }

  .attend .title{
    float: left;
    font-size: 16px;
    color: #029fa6;
    margin-left: 10px;
    font-weight: 600;
  }

  .attend .info{
    float: left;
    margin-left: 100px;
  }

  .attend li{
    width: 1200px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .attend li::before{
      content: '·';
      font-size: 20px;
      color: #666;
      font-weight: bold;
      padding-right: 5px;
  }

  .attend .info a{
    color: #666;
    font-size: 14px;
  }

.title-wrap{
    height: 50px;
    padding: 0;
    color: #029fa6;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
}

.title-wrap-half{
    width: 50%;
}

.title-wrap img{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    object-fit: cover;
    margin-left: 0px;
}

.content-wrap {
    width: 1200px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}

.content-wrap-full {
    width: 100%;
}
.gray-bg {
    background-color: #f9f9f9;
}
    .content-wrap .thumb-layout{
        float: left;
        width: 700px;
        height: 450px;
    }

    .content-wrap .thumb-layout img{
        float: left;
        width: 700px;
        height: 450px;
        object-fit: cover;
    }

    .news-2{
        float: left;
        width: calc(100% - 710px);
        margin-left: 10px;
    }

    .news-2 li{
        display: flex;
        height: 38px;
        line-height: 38px;
        align-items: center;
        text-align: left;
        justify-content: space-between;
        margin-top: 10px;
        overflow: hidden;
    }

        .news-2 li a{
            display: block;
            width: 375px;
            text-align: left;
            font-size: 14px;
            color: #000;
        }

        .news-2 li span{
            font-size: 14px;
            color: #666;
        }
    
    .news-2 li::before{
            width: 10px;
            content: '·';
            font-size: 30px;
            color: #ccc;
            padding-right: 15px;
            font-weight: bold;
    }
     .gonggao li::before{
            width: 10px;
            content: '·';
            font-size: 30px;
            color: #029fa6;
            padding-right: 15px;
            font-weight: bold;
    }
    .gonggao li a {
        width: 328px;
    }
    

.pb-20{
    padding-bottom: 20px;
}

.white{
    background-color: #fff;
}

.gray{
    background-color: #f7f7f7;
}
    .column-wrap{
        display: flex;
        padding: 0;
        display: -webkit-flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .column{
        width: 48%;
        margin-top: 8px;
    }

    .column img{
        display: block;
        width: 100%;
        height: 242px;
        object-fit: cover;
    }

    .column .text{
        margin-top: 8px;
        font-size: 14px;
        color: #000;
        line-height: 33px;
        text-align: center;
        white-space: nowrap; /* 不换行 */
        overflow: hidden; /* 隐藏超出的内容 */
        text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
    }

    .row-wrap{
        padding: 0;
    }

    .column-3{
      display: flex;
      justify-content: space-between;
    }

        .row{
            position: relative;
            width: 440px;
            overflow: hidden;
            margin-top: 10px;
            padding-bottom: 80px;
            border-radius: 8px;
            box-shadow:  0 0 10px rgba(0,0,0,0.2);
        }

        .row img{
            width: 100%;
            height: 225px;
            object-fit: cover;
        }

        .row .inner{
            flex: 1;
            padding-left: 25px;
            padding-right: 25px;
        }

            .row .inner .title{
                margin-top: 10px;
                font-size: 22px;
                font-weight: bold;
            }

            .row .inner .text{
                margin-top: 5px;
                font-size: 20px;
                color: #666;
            }

            .row .go-learn{
                position: absolute;
                bottom: 20px;
                right: 20px;
                display: block;
                width: 100px;
                height: 36px;
                font-size: 20px;
                text-align: center;
                line-height: 36px;
                border-radius: 5px;
                color: #029fa6;
                border: 1px solid #029fa6;
            }

    .left-row{
      float: left;
      width: 450px;
    }

    .right-row{
      float: left;
      width: 750px;
      box-sizing: border-box;
      padding-left: 50px;
    }

.row-1{
    float: left;
    display: flex;
    justify-content: space-between;
    width: 460px;
    overflow: hidden;
    margin-top: 20px;
}

.row-1 .card{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    background-color: #ededed;
}
.row-notice{
    width: unset;
}
.row-notice .card{
    width: 200px;
    height: 115px;
    max-width: 95px;
}
.row-notice .card .month {
    line-height: 45px;
    font-size: 22px;
}
.row-notice .inner .text {
    line-height: 25px;
    color: #666;
}
.row-notice .inner .title a{
    color: #222;
    line-height: 42px;
    font-weight: 500;
    font-size: 20px;
}
.row-notice .inner {
    padding-left: 20px;
}
.row-1 .card .month{
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #a1a1a3;
    margin-top: 10px;
}

.row-1 .card .date{
    display: block;
    margin-top: 2px;
    font-size: 18px;
    color: #a1a1a3;
}

.row-1 .inner{
padding-left: 10px;
}

.row-1 .inner .title{
  font-size: 16px;
    color: #000;
}

.row-1 .inner .text{
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
.row-notice .inner .text {
    margin-top: 0;
}
.download-list-item {
    margin-bottom: 15px;
    height: 80px;
    border-bottom: 1px dashed #eee;
}
.column-4 .column{
  width: 290px;
}

  .column-4 .column img{
    width: 100%;
    height: 190px;
  }

  .column-4 .column .text{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
  }

  .column-4 .column .info{
    display: flex;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #666;
    justify-content: space-between;
  }

.column-4 .column .view{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.column-4 .column .fork{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
.news-2 li a:hover {
    color: #f00;
}
.thumb-box{
    display: flex;
    justify-content: space-between;
}

.thumb-line-1{
    width: 300px;
    overflow: hidden;
    margin-top: 10px;
}

.thumb-line-1 .thumb-1{
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.thumb-line-1 .thumb-2{
    display: block;
    width: 100%;
    height: 190px;
    margin-top: 20px;
    object-fit: cover;
}

.thumb-line-2{
    width: 530px;
    overflow: hidden;
    margin-top: 10px;
}   

    .thumb-line-2 img{
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

.thumb-line-3{
    width: 250px;
    overflow: hidden;
    margin-top: 10px;
}

.thumb-line-3 img{
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.thumb-line-4{
    width: 250px;
    overflow: hidden;
    margin-top: 10px;
}

.thumb-line-4 .thumb-1{
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.thumb-line-4 .thumb-2{
    display: block;
    width: 100%;
    height: 190px;
    margin-top: 20px;
    object-fit: cover;
}

.footer{
    width: 100%;
    height: 290px;
    padding: 0;
    background-image: url('../images/pc/bottom.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #169daf;
    color: #fff;
    overflow: hidden;
}

.left-brand {
    padding: 37px 78px 63px 95px; 
    width: 300px;
    float: left;
}
.right-content {
    padding: 37px 90px 63px 37px;
    width: 640px;
    float: left;
    min-height: 400px;
    border-left: 1px solid rgba(221,221,221,1);
}
#news-list {
    border: unset;
    width: 1020px;
    padding: 37px 0;
    margin-left: 90px;
}
.left-brand__en {
    font-size:18px;
    line-height: 22p;
    color: #ddd;
    font-weight: 600;
    width: 300px;
}
.left-brand__zh {
    height:14px;
    font-size:15px;
    font-weight:600;
    color:rgba(218,37,29,1);
    line-height:15px;
    padding-top: 20px;
}

    .info-content{
        display: flex;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
        padding: 0 15px;
    }

    .info-content p{
        font-size: 16px;
        line-height: 2;
    }

    .info-content .title{
        margin-bottom: 30px;
        font-size: 22px;
    }

    .qr-area{
      width: 145px;
      text-align: center;
    }

    .qr-area img{
        width: 145px;
        height: 145px;
    }

    .footer .icp{
        display: block;
        width: 100%;
        margin-top: 5px;
        font-size: 16px;
        text-align: center;
    }

.page-wrap-white {
    background: #fff;
}
/* artile list */
#news-list {
    border: unset;
    width: 1020px;
    padding: 37px 0;
    margin: 0 auto;

}
.article-list__item {
    position: relative;
    margin-bottom: 38px;
    clear: both;
    height: 122px;
    width: 100%;
}
.article-list__item .time-line-dot {
    position: absolute;
    left: -45px;
    width: 15px;
    height: 15px;
    background: #f00;
    border-radius: 15px;
    background: url('../images/timeline-dot.png') no-repeat left center;
    background-size: 15px;
}
.article-list-item__image {
    float: left;
    width:202px;
}
.article-list-item__image-pic {
    width:202px;
    height:122px;
}
.article-list-item__right-block {
    float: left;
    width: 900px;
    padding-left: 24px;
}
.article-list-item__date {
    font-size:20px;
    font-weight:500;
    color:rgba(218,37,29,1);
    line-height:22px;
    opacity:0.5;
}
.article-list-item__title, .article-list-item__title a, .article-list-item__title a:visited {
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-top: 10px;
}
.article-list-item__title a:hover {
    color: #DA251D;
}
.article-list-item__info {
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:25px;
}
.article-list-item__info-item {
    padding-right: 15px;
}

.article-list-item__summary{
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-images-list {

}
.news-images-list__item {
    margin: 0 auto;
    margin-bottom: 20px;
    clear: both;
}
.news-images-list__pic {
    width: 293px;
    height: 117px;
}

/***** article content ****/
.article-content-page {
    width: 1000px;
    margin: 0 auto;
    padding-top: 34px;
}

/*---article show---*/
.article-header{margin-top:20px;}
.article-header h1{
    font-size:24px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:40px;
    text-align: center;
}
.article-header h3 {
    text-align: right;
    line-height: 40px;
    padding-right: 100px;
    color: #666;
    line-height: 50px;
    font-size: 16px;
}
.article-header .meta {
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:40px;
    text-align: center;
}
.article-header .meta .muted {
    padding-right: 20px;
}
.article-header p{color:#666; line-height:33px;}
.article-header p a{color:#1e50a2;}
.article-header p a:hover{color:#f00;}

/*---article detail---*/
#article-detail{margin-top:20px; width:100%; overflow:hidden; line-height:2em; color:#333;font-size: 14px;}
#article-detail a{color:#1e50a2;}
#article-detail p, #article-detail span {
  font: 18px/34px Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
  font-size:18px;padding-bottom: 10px;
}
#article-detail img{margin:12px 0; max-width:100%;width: 800px;text-align: center;display:block;margin: 10px auto;clear:both;}
#article-detail video {
    width: 100%;
    height: 560px;
}

/* ----------- breadcrumbs ------- */
.sanjiao {
    width: 0px;
    height: 0px;
    display: inline-block;
    border-top: 4px solid transparent;
    margin: 0 8px;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #aaa;
}
.page-wrap{width:1200px; margin:0 auto; text-align:left;clear: both;}
.full-nav {
    width: 100%;
    border-bottom:0px solid rgba(221,221,221,1);
    height: 65px;
    background-color: #F9F9F9;
    font-size: 14px;
}
.nav-block {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.nav-block a {
    line-height: 65px;
}
.breadcrumbs {
line-height: 65px;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:link {
    color: #666;
}
.breadcrumbs__home {
    display: inline-block;
    width: 20px;
    height: 28px;
    background: url(../images/home.png) left 8px no-repeat;
    background-size: 25px;
}
.sub-menus {
    padding-right: 95px;
}
.main-sun-nav ul.sub-menu { 
    display: none;
}

.sub-menus__item {
    display: inline-block;
    float: left;
    padding: 0px 15px;
    height: 63px;
}
.sub-menus__item a {
    color: #666;
    font-weight: 500;
}
.sub-menus__item a:hover {
    color: #029FA6;
    font-weight: 500;
}
.sub-menus__item-ul {

}
.sub-menus__item-link {

}

.sub-menus__item-ul li.active {
    border-bottom: 3px solid #029FA6;
    color: #029FA6;
}
.sub-menus__item-ul li.active a{
    color: #029FA6;
}
.contact-title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 50px;
}
.contact-content p {
    color: #222;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
}


/******----search-----*****/
.search-sidebar {
    width: 320px;
    float: left;
    display: block;
    height: 400px;
}
.search-content {
    width: 920px;
    float: left;
    padding-top: 18px;
}
.search-body {
    
}
.search-result-item {
    border-bottom: 1px dashed #ccc;
    float: left;
    clear: both;
    width: 100%;
    display: block;
}

.search-item-title {
    clear: both;
    color: #555;
    font-size: 18px;
    padding: 15px 0px 0;
    font-weight: 500;
}
.search-item-summary {
    clear: both;
    color: #888;
    font-size: 14px;
    padding: 0px 0px;
}
.search-item-date {
    clear: both;
    font-size: 14px;
    color: #ddd;
    padding: 8px 0px 15px;
}
.search-header {
    padding-left: 30px;
    padding-bottom: 20px;
    clear: both;
}

.search-header .search-input {
    width: 650px;
    line-height: 30px;
    border: 1px solid #029fa6;
    padding: 10px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
.search-header .search-button {
    background: #029fa6;
    border: 0;
    padding: 10px 35px;
    margin-top: 0px;
    margin-left: -3px;
    color: #fff;
    height: 52px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}
#search-sidebar .list .item a, #search-sidebar .list .item a:visited, #search-sidebar .list .item a:link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}
#search-sidebar  .list .item a:hover, #search-sidebar  .list .item a.active {
    background: #029fa6;
}
#search-sidebar .list .item {
    margin-left: 0;
    width: 100%;
}
#search-sidebar .header {
    color: #1e50a2;
}
/*******---category-----*****/
.article-side {
    margin-left: 10px;
    width: 300px;
    float: left;
    background-color: #f8f8f8;
    min-height: 400px;
}
.article-side .header {
    font-size: 26px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    width: 260px;
    padding: 20px 20px 20px;
}
.article-side .header span.sub-title {
    margin-top:10px;
    font-size: 14px;
    display: block;
}

.article-side .list {
    padding-top: 20px;
}
.article-side .list .item {
    text-align: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    width: 260px;
    margin-left: 20px;
    margin-bottom: 5px;
}
.article-side .list .catimg-item {
    height:144px;
    margin-left: 16px;
}
.article-side .list .catimg-item a {
    border: 4px solid #f8f8f8;
}
.article-side .list .item a, .article-side .list .item a:visited, .article-side .list .item a:link {
    display: block;
    width: 80%;
    padding-left: 20%;
    font-size: 16px;
    color: #222;
}
.article-side .list .item a:hover, .article-side .list .item a.active {
    color: #fff;
    background: #d0241c;
}
.article-side .list .catimg-item a:hover, .article-side .list .catimg-item a.active{
    display:inline-block;
    border: 4px solid #ba0711;
    border-radius: 3px;
}
.article-side .list .catimg-item a, .article-side .list .catimg-item a:link {
    width: 100%;
    padding-left: 0;
}

.cat-main {
    padding-top: 25px;
}
.cat-article-list {
    float: left;
    width: 1200px;
    padding: 0 30px;
}
.cat-article-list ul.common-article-list li{
font-size: 15px;
line-height: 35px;
}
.cat-article-list ul.common-article-list li a.gap {
    margin-bottom: 20px;
    display: block;
}
.full-image-block img {
    height: 200px;
    display: block;
    width: 100%;
    object-fit: cover;
}

/*** leader start ****/
.leader-list {
    padding-top: 50px;
}
.common-leader-list .list-view {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.leader-item {
    width: 370px;
    list-style: none;
    height: 200px;
    float: left;
    margin-bottom: 20px;
    margin: 10px;
    box-shadow: 1px 5px 12px 0px #dfe8fb;
    border: 1px solid #eee;
}
.leader-item:hover {
    border: 1px solid #029FA6;
}
.leader-item .leader-thumb {
    float: left;
    width: 168px;
    height: 200px;
}
.leader-item .leader-thumb img {
    display: inline-block;
    width: 145px;
    height: 200px;
    overflow: hidden;
}
.leader-item .leader-desc {
    float: left;
    padding-left: 30px;
    padding-top: 20px;
}
.leader-desc .leader-name {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}
.leader-desc .leader-title {
    color: #666;
    font-size: 12px;
    line-height: 30px;
}
.leader-desc .leader-summary {
    color: #222;
    font-size: 12px;
    line-height: 35px;
}

/*** leader  end ****/
/******** leader view ********/
.leader-header {
    padding: 15px;
    margin: 15px;
}
.leader-header-pic {
    float: left;
    width: 180px;
    padding-right: 15px;
}
.leader-header-content {
    width: 930px;
    float: left;
}
.leader-header-content_title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 20px;
}
.leader-header-content_title span.title {
    display: inline-block;
    background: none;
    line-height: 28px;
    border-bottom: none;
    text-align: center;
}
.leader-header-content_title span.position {
    color: #222;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 10px;
    line-height: 30px;
    text-align: center;
}
.leader-header-content_desc {
    color: #0b9bab;
    clear: both;
    padding-top: 0px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
/*********leader view end ********/

@-moz-document url-prefix() {
/*    .news-2 li::before {
        margin-left: -15px;
        padding-right: 30px;
    }*/
    .nav {
        line-height: unset;
    }
    .nav li a {
        height: 30px;
        padding-top: 20px;
        line-height: 40px;
        padding: 10px 0px;
    }
 }

 
/***** video center ***/
.video-list {
    padding: 36px 94px;
}
.video-list__item {
    position: relative;
    width: 323px;
    height: 264px;
    margin-right: 14px;
    float: left;
    background:rgba(247,247,247,1);
    margin-bottom: 38px;
}
.video-mask{
    position: absolute;
    display: none;
    background: #000;
    opacity: 0.3;
    width: 323px;
    height: 198px;
    top: 0;
    left: 0;
    cursor: pointer;
}
.video-mask__play {
    background:url(../images/play-btn.png) center no-repeat;
    background-size: 66px;
    display: none;
    position: absolute;
    width: 66px;
    height: 66px;
    left: 40%;
    top: 26%;
    z-index: 100;
    cursor: pointer;
}

li.video-list__item:hover .video-mask{
    display: block;
}
li.video-list__item:hover .video-mask__play{
    display: block;
}

.video-list__image {
    width: 323px;
    height: 198px;
}
.video-list__image-pic {
    width: 100%;
    height: 100%;
}
.video-list__title {
    height: 66px;
    line-height: 66px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    padding: 0 20px;
}
.video-list__title a {
    font-size: 16px;
    
    color: #333;
}
.empty {
    line-height: 50px;
}

/**相册***/

.gallery {
  display: flex;
  padding: 2px;
  transition: .3s;
  height: 700px;
}
.gallery:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__column {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.gallery__link {
  margin: 2px;
  overflow: hidden;
}
.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}
.gallery__link:hover .gallery__caption {
  opacity: 1;
}
.gallery__thumb {
  position: relative;
}
.gallery__image {
  display: block;
  width: 100%;
  transition: .3s;
}
.gallery__image:hover {
  transform: scale(1.1);
}
.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: .3s;
}

/*---pagination---*/
.pagination{clear:both;padding:20px 0 15px 0;text-align:center}.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0}.pagination ul>li{display:inline}

.pagination ul>li>a,.pagination ul>li>span{margin:0 3px;float:left;padding:4px 12px 3px;opacity: 0.88;border-radius: 2px;line-height:20px;text-decoration:none;background-color:#ddd;color:#666}.pagination ul>.active>a,.pagination ul>.active>span{background-color:#06b1cc;color:#fff}
.pagination ul>.active>a,.pagination ul>.active>span{cursor:default}
.pagination ul>li>span,.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus{color:#999;cursor:default}
.pagination ul>.active>a, .pagination ul>.active>a:link, .pagination ul>.active>a:visited, .pagination ul>.active>span {
    color: #fff;
} 

.page-image {
    width: 100%;
}

/******部门设置***/
.department-container {
  padding-bottom: 40px;
  margin-bottom: 40px;
  min-height: 300px;
}
.department-section-one {
  float: left;
  width: 1000px;
  padding-left: 200px;
}
.department-section-two {
  float: left;
  width: 1000px;
  padding-left: 38px;
}
.department-section-three {
  float: left;
  width: 1000px;
  padding-left: 30px;
}
.department-section a, .department-section a:visited, .department-section a:link {
  background: #029fa6;
  border: 1px solid #029fa6;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  width: 200px;
  color: #fff;
  line-height: 50px;
  padding: 0 5px;
  font-size: 20px;
  margin-right: 20px;
}
.department-section a:hover{
  background: #5FB878;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #5FB878;
}
.department-title {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  border-left: 4px solid #029fa6;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.department-title  span.block {

}
.department-header-item {
  color: #222;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  clear: both;
}
.department-label {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  width: 82px;
  text-align: right;
}
.department-value {
  line-height: 24px;
  display: inline-block;
  font-size: 16px;
  width: 620px;
  float: left;padding-top: 5px;
}
.department-header {
  padding-left: 100px;
  clear: both;
  padding-bottom: 70px;
}
.department-desc {
  clear: both;
  padding-left: 100px;
  font-size: 14px;
  line-height: 30px;
  min-height: 200px;
}
.department-subtitle {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 40px;
  color: #029fa6;
}


ul.common-article-list {
  list-style: none;
}
ul.common-article-list li {
  width: 100%;
  line-height: 28px;
  color: #222;
  list-style: none;
  background: none;
  text-align: left;
}
ul.common-article-list li a, ul.common-article-list li a:link, ul.common-article-list li a:visited {
  color: #222;
  font-size: 17px;
}
ul.common-article-list li a:hover {
  color: #ba0711;
}

ul.common-article-list li span.dot {
  color: #ccc;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    padding-right: 5px;
}
.more {
  float: right;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  color: #999;
}
a.more, a.more:visited, a.more:link  {
    color: #999;
}
a.more:hover {
  color: #f00;
}
.department-dongtai-title {
  font-size: 20px;
}

